C1.Web.Mvc Namespace / FlexChartCore<T> Class / Series Property

In This Topic
Series Property (FlexChartCore<T>)
In This Topic
Gets the collection of series objects.
Syntax
'Declaration
 
Public ReadOnly Property Series As IList(Of ChartSeriesBase(Of T))
 
See Also